-- background: 21160 from stack: in -- bmap block id: 4747 -- flags: 0000 -- background id: 0 -- name: helpBack ----- HyperTalk script ----- on closeBackground global mapLoc put 2 into mapLoc put "yes" into line 2 of field "footprints" of card "Map" end closeBackground -- part 1 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=132 top=70 right=315 bottom=509 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 14 -- style flags: 0 -- line height: 16 -- part name: cardText -- part 2 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=128 top=22 right=44 bottom=508 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 18 -- style flags: 0 -- line height: 20 -- part name: cardTitle -- part 3 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=482 top=317 right=342 bottom=510 -- title width / last selected line: 0 -- icon id / first selected line: 18613 / 18613 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: return ----- HyperTalk script ----- on mouseUp global lastPush pop card into lastPush if the short name of this stack is not in lastPush then visual dissolve go card "Map" else visual dissolve go lastPush end if end mouseUp -- part 7 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=128 top=0 right=21 bottom=508 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 18 -- style flags: 10240 -- line height: 19 -- part name: Title -- part 9 (field) -- low flags: 81 -- high flags: 0000 -- rect: left=0 top=330 right=342 bottom=108 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 9 -- part name: cardName -- part 11 (button) -- low flags: 00 -- high flags: A000 -- rect: left=449 top=3 right=18 bottom=510 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 2048 -- line height: 13 -- part name: Contents ----- HyperTalk script ----- on mouseUp visual effect dissolve go card "content 0" end mouseUp